home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- tell the stage
- forget(window "floatMenu")
- go(the frame + 1)
- if not objectp("help") then
- set the windowType of window "help" to 2
- set the rect of window "help" to the drawRect of window "help" + rect(the stageLeft + 0, the stageTop + 0, the stageLeft + 0, the stageTop + 0)
- open(window "help")
- moveToFront(window "help")
- end if
- end tell
- end
-